func runtime.newobject

4 uses

	runtime (current package)
		arena.go#L181: 		e2 := newobject(et)
		arena.go#L467: 		return newobject(typ)
		malloc.go#L2156: func newobject(typ *_type) unsafe.Pointer {
		malloc.go#L2162: 	return newobject(typ)